toggle menu
modelix.core
8.16.0
js
switch theme
search in API
model-api
/
[root]
/
ChildListAccessor
Child
List
Accessor
js
open
external
class
ChildListAccessor
<
ChildT
:
ITypedNode
>
(
parentNode
:
INodeJS
,
role
:
String
?
)
:
Iterable
<
ChildT
>
Members
Constructors
Child
List
Accessor
Link copied to clipboard
js
constructor
(
parentNode
:
INodeJS
,
role
:
String
?
)
Functions
add
New
Link copied to clipboard
js
open
fun
addNew
(
subconcept
:
IConceptJS
?
)
:
ChildT
insert
New
Link copied to clipboard
js
open
fun
insertNew
(
index
:
Number
,
subconcept
:
IConceptJS
?
)
:
ChildT